

.layout-wrapper {
    min-height: 69vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
}


@media(orientation: portrait) {
    .layout-wrapper{
        min-height: 50vh;
    }
}

.continue-exploring-subtitle {
    margin-top: 1.5rem;
}